home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-26 | 2.8 KB | 95 lines | [TEXT/KAHL] |
- /*
-
- See Movie Run
- -------------
-
- Copyright © 1992 Joe Zobkiw. All Rights Reserved.
- Portions Copyright © 1990 Symantec Corporation. All rights reserved.
-
- See Movie Run is based on the CMovie THINK Class Library class that
- implements a QuickTime movie pane with a standard movie controller
- attached.
-
- This application and source code require that the QuickTime extension
- be loaded. I should work under any configuration that QuickTime works
- with.
-
- Development of this project was completed using the following (worth
- mentioning) hardware and software:
-
- • THINK C 5 (Symantec)
- • Resorcerer (Mathemæsthetics)
- • ResEdit (Apple)
- • Radius Rocket
- • Mirror Technologies CD ROM drive
- • QuickTime! (Apple)
-
-
- Known Bugs
- ----------
-
- The following bugs are known to exist:
-
- - Updating problem with standard movie controller after you close
- Clipboard. The controller will not update properly when the second
- window becomes active. The controller stays disabled in appearance
- but will function normally when clicked.
-
- - If you resize the window to be smaller than the movie within it
- the movie will overwrite the scrollbars. I think this has something
- to do with QuickTime calling CopyBits and me not setting a clipping
- region properly. The quick fix is to make the user unable to size
- the window smaller than the movie…but this is a bit cheesy…eventually
- you will want to be able to scroll the pane within the window.
-
-
- Other Stuff
- -----------
-
- If anyone is interested in hearing about an alternate way to implement the
- event broadcasting mechanism (as mentioned to me by Brian Gaines) feel
- free to email me. Thanks Brian!
-
-
- Legal Stuff
- -----------
-
- The source code in this project that is not covered by Symantec Corporation's
- copyright is in the public domain. That is any source code in this project
- that was written by Joe Zobkiw -- including but not limited to:
-
- • CEBCollaborator.c
- • CEBSwitchboard.c
- • CMovie.c
- • CQTApp.c
- • CQTDoc.c
- • CQTPane.c
- • Globals.c
- • QuickTime Utilities.c
- • SeeMovieRun.c
-
- You may use this source code in any way you see fit. If you do use it I
- would appreciate a small mention in your scrolling list of credits.
-
- The accompanying paper describing the concepts in this source code can
- not be reprinted in part or in whole without the express written permission
- of Joe Zobkiw. However, it may be distributed freely as long as it is not
- charged for in any way.
-
-
- Disclaimer
- ----------
-
- The author will not be held responsible for anything that happens because of
- the use of this software. You are using this software and its enclosed source
- code at your own risk.
-
-
- You can contact the author:
-
- Internet: zobkiw@world.std.com
- America Online: AFL Zobkiw
- CompuServe: >INTERNET:zobkiw@world.std.com
- AppleLink: zobkiw@world.std.com@INTERNET#
-
- */